home *** CD-ROM | disk | FTP | other *** search
/ Commodore Free 4 / Commodore_Free_Issue_04_2007_Commodore_Computer_Club.d64 / t.target 64 < prev    next >
Text File  |  2023-02-26  |  3KB  |  120 lines

  1. u
  2.  
  3.  
  4. TargetD64 - Introduction 
  5.  
  6. The basic idea behind TargetD64 is to
  7. shift as much processing as possible
  8. from the user to the computer before a
  9. particular program (or a group of
  10. programs) is executed by an emulator.
  11. After you have downloaded a program
  12. from the internet you usually find that
  13. this program is treated by archivers
  14. and often by more than one archiver.
  15. Well known examples should be the
  16. .lnx.gz or .d64.zip format. Normally
  17. you are going through a process of
  18. dearchiving which needs user
  19. interaction (e.g. calling gunzip or
  20. launching up WinZip and so on).
  21.  
  22. TargetD64 takes away all this work
  23. from the user. TargetD64 recognizes
  24. the archive format(s) and dearchives
  25. recursively. TargetD64 will finally
  26. produce D64 archives which are
  27. passed to an emulator.
  28.  
  29. Supported archive formats are zip, gz,
  30. lha, lnx, [1-4]!, d64, x64, t64, p00.
  31. If a file can not be matched to one of
  32. these formats it is treated as a raw
  33. C64 (PRG) file.
  34.  
  35. TargetD64 will process all horizontal
  36. and vertical combinations of the above
  37. stated archive formats. Vertical
  38. combinations are nested archives (e.g.
  39. .lnx in .gz). Horizontal combinations
  40. are an arbitrary sequence of archives
  41. (e.g. .lnx and .p00 file which are both
  42. contained in a .zip archive). The
  43. latter also applies to a sequence of
  44. archives you can give as command line
  45. arguments (in this case the sequence
  46. can also be achieved by filename
  47. wildcards). Neither nesting level nor
  48. sequence size are limited by
  49. TargetD64 itself (but they are by
  50. system resources).
  51.  
  52. All mentioned archives are built-ins.
  53. So TargetD64 does not depend on any
  54. external applications (except the
  55. emulator of course).
  56.  
  57. TargetD64 is implemented in C++
  58. with common sources for Win32 and
  59. Linux (distinction is achieved by
  60. compile switch). TargetD64, published
  61. under the terms of GPL, uses foreign
  62. GPL sources as mentioned at the
  63. credits page.
  64.  
  65. TargetD64, basically a command line
  66. tool, is fully "Drag & Drop" capable
  67. for Win32 and Linux's KDE. It is
  68. strongly recommended to configure
  69. "Drag & Drop" for the ease of use.
  70.  
  71. TargetD64 is pre configured for VICE
  72. (Linux) and CCS64 V1.09 DOS
  73. (Win32). It is fully adaptable to other
  74. emulators by a profile (INI-file).
  75.  
  76. With the Win32 binary distribution of
  77. TargetD64 there come configurations
  78. for CCS64 V2.0 beta DOS/Win32,
  79. C64S V2.52 and WinVICE 1.20.
  80.  
  81. A test suite is ready for download
  82. (there you can see what TargetD64 can
  83. do for you and compare it to other
  84. tools). The test suite is fully
  85. automated for Linux (result
  86. verification). For Win32 the result
  87. verification has to be done manually.
  88.  
  89. TargetD64 is right now available in
  90. source and binary distribution for:
  91.  
  92. Linux on i386-compatible processor,
  93. glibc-2.4 based Win XP (mind that other
  94. versions of Win are not tested anymore
  95. but supposed to work)
  96.  
  97. TargetD64 is free software; you can
  98. redistribute it and/or modify it under
  99. the terms of the GNU General Public
  100. License as published by the Free
  101. Software Foundation; either version 2
  102. of the License, or (at your option) any
  103. later version.
  104.  
  105. TargetD64 is distributed in the hope
  106. that it will be useful, but WITHOUT
  107. ANY WARRANTY; without even the
  108. implied warranty of
  109. MERCHANTABILITY or FITNESS
  110. FOR A PARTICULAR PURPOSE. See the GNU
  111. General Public License for more
  112. details.
  113.  
  114. http://home.arcor.de/karlheinz.langgut
  115. h/targetd64/
  116.  
  117. Emailed the website but gained no
  118. response
  119.  
  120.